home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povmac.sea / POVRAY / POV-Ray.rsrc / TEXT_443_ transform.txt < prev    next >
Text File  |  1994-02-10  |  219b  |  6 lines

  1. // object/texture transformation
  2. // do a predeclared translate/rotate/scale combo
  3. // e.g.:
  4. #declare Leaf_Orientation = transform { scale 4.0 rotate 30*z translate 2*y }
  5. transform Leaf_Orientation // transform an object
  6.